projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1678cce
)
(table-command-prefix): Fix type.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Thu, 5 Sep 2002 18:41:24 +0000
(18:41 +0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Thu, 5 Sep 2002 18:41:24 +0000
(18:41 +0000)
lisp/textmodes/table.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/table.el
b/lisp/textmodes/table.el
index 3390795bcebf1a198cc84d2541186b423af61f01..1406089b2ed37043d4fa15fd96d7ee157ad77a3f 100644
(file)
--- a/
lisp/textmodes/table.el
+++ b/
lisp/textmodes/table.el
@@
-672,7
+672,7
@@
height."
(defcustom table-command-prefix [(control c) (control c)]
"*Key sequence to be used as prefix for table command key bindings."
- :type '(
(vector (list symbol) symbol
))
+ :type '(
vector (repeat :inline t sexp
))
:tag "Table Command Prefix"
:group 'table)